projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa6d565
)
* test/lisp/net/tramp-tests.el: tramp-crypt-file-name-p not autoloaded.
author
Glenn Morris
<rgm@gnu.org>
Sun, 7 Jun 2020 17:37:29 +0000
(10:37 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 7 Jun 2020 17:37:57 +0000
(10:37 -0700)
test/lisp/net/tramp-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/net/tramp-tests.el
b/test/lisp/net/tramp-tests.el
index 7faa409f2f09f8098455651882ba83153efd4f3f..25faf4e0fba1fd76f2d53c4ae05a7919bd501550 100644
(file)
--- a/
test/lisp/net/tramp-tests.el
+++ b/
test/lisp/net/tramp-tests.el
@@
-5595,6
+5595,8
@@
This does not support some special file names."
(string-equal
"docker" (file-remote-p tramp-test-temporary-file-directory 'method)))
+(require 'tramp-crypt)
+
(defun tramp--test-crypt-p ()
"Check, whether the remote directory is crypted"
(tramp-crypt-file-name-p tramp-test-temporary-file-directory))